test(bundlers): add node webpack tests, expand edge coverage, assert known protobuf failures#6482
Merged
overbalance merged 8 commits intoopen-telemetry:mainfrom Mar 24, 2026
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6482 +/- ##
=======================================
Coverage 95.73% 95.73%
=======================================
Files 364 364
Lines 12104 12104
Branches 2887 2887
=======================================
Hits 11588 11588
Misses 516 516 🚀 New features to boost your workflow:
|
Contributor
Author
|
Putting back into Draft because #6481 didn't address all the webpack errors found with the new tests in this PR. |
ae3eb67 to
137d5de
Compare
137d5de to
0e1b726
Compare
…js-15-edge and node/webpack-4
… use defaultServiceName
…all bundler tests
…Logger call signature
pichlermarc
approved these changes
Mar 24, 2026
Member
pichlermarc
left a comment
There was a problem hiding this comment.
thx! great to have node bundler tests too now 🙌
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which problem is this PR solving?
The existing webpack bundler tests use browser-based HTML testing which is unnecessarily complex. Additionally, there is no test coverage for Node.js webpack bundles. The Next.js edge bundler tests also had limited OTel package coverage.
Depends on #6481
Short description of the changes
bundler-tests/node/webpack-4,bundler-tests/node/webpack-5)nextjs-15-edgeandnode/webpack-4: tests now pass while the bug is present and will break when it is fixed, prompting cleanupType of change
How Has This Been Tested?
npm run test:bundleChecklist: